-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: add job summary to check status #211
Conversation
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Error: Invalid resource type
|
Error: Read local file data source error
|
Error: Invalid resource type
|
Error: Read local file data source error
|
Format check diff.main.tf
--- old/main.tf
+++ new/main.tf
@@ -1,3 +1,3 @@
resource "random_pet" "name" {
- count =1
+ count = 1
} Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
|
Format check diff.main.tf
--- old/main.tf
+++ new/main.tf
@@ -1,3 +1,3 @@
resource "random_pet" "name" {
- count =1
+ count = 1
} Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
|
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
|
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
|
Apply complete! Resources: 10000 added, 0 changed, 0 destroyed.
|
Apply complete! Resources: 10000 added, 0 changed, 0 destroyed.
|
Signed-off-by: Rishav Dhar 19497993+rdhar@users.noreply.github.com
What kind of change does this PR introduce?
What is the current behaviour?
What is the new behaviour?
Does this PR introduce a breaking change?